Delete window-combination-p; tweaks to window-top-child and window-left-child.
authorChong Yidong <cyd@gnu.org>
Sun, 6 Nov 2011 03:59:53 +0000 (11:59 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 6 Nov 2011 03:59:53 +0000 (11:59 +0800)
commit8ddc3f842b00b4040baa89c0a7ce7731076f8a11
treec4e2529deeb14ca245d1bb02caf28a0e4e211d5b
parent84f958efe975556a11e523291b3fb4fc5bbe90a6
Delete window-combination-p; tweaks to window-top-child and window-left-child.

* lisp/window.el (window-combination-p): Function deleted; its
side-effect is not used in any existing code.
(window-combinations, window-combined-p): Call window-*-child
directly.

* window.c (Fwindow_live_p, Fwindow_frame, Fframe_root_window)
(Fminibuffer_window, Fwindow_buffer, Fwindow_splits)
(Fset_window_splits, Fwindow_nest, Fset_window_nest)
(Fwindow_use_time, Fwindow_total_size, Fwindow_normal_size)
(Fwindow_new_normal, Fwindow_left_column, Fwindow_top_line)
(Fwindow_margins, Fwindow_fringes, Fwindow_scroll_bars)
(Fwindow_vscroll): Doc fix.
(Fwindow_top_child, Fwindow_left_child): Eliminate a nil default
argument, since it makes no sense to pass a live window and for
consistency with window-child.
lisp/ChangeLog
lisp/window.el
src/ChangeLog
src/window.c